body {
    margin: 0;
    color: #666;
    font: 15px "微软雅黑",Verdana,"宋体",Helvetica,sans-serif;
    /*line-height: 130%;*/
  /* background: url(../images/bg7.jpg) bottom no-repeat;*/
   /* background-size: cover;*/
}
* {
    box-sizing: border-box;
}
.main-bg {
    width: 100%;
    /*border: 1px solid #f00;*/
    background: url(../images/bg7.jpg) no-repeat bottom center;
    /*background: url(../images/bg7.jpg);
    background-size:cover;*/    
}
.w {
    width: 1200px;
    margin: 0 auto;
}
ul, ol {
    list-style: none;
}
a {
    color: #000;
    text-decoration: none;
}

    a:hover {
        color: #B30216;
        text-decoration: none;
    }

.red {
    color: #dc3545;
}
.black {
    color: #000;
}
.gray {
    color: #999;
}
m_0 {
   margin: 0;    
}
.mt_10 {
    margin-top: 10px;
}
.mb_10 {
    margin-bottom: 10px;
}
.mt_20 {
    margin-top: 20px;
}
.mb_20 {
    margin-bottom: 20px;
}
.mt_30 {
    margin-top: 30px;
}
.mb_30 {
    margin-bottom: 30px;
}
.mt_80 {
    margin-top: 80px;
}
.mt_120 {
    margin-top: 120px;
}
.mt_150 {
    margin-top: 150px;
}
.pt_120 {
    padding-top: 120px;
}

.font_16 {
    
    font-size: 16px;
}
.font_18 {
    
    font-size: 18px;
}
.font_20 {
    font-weight: bold;
    font-size: 20px;
}
.font_20b {
    font-weight: bold;
    font-size: 20px;
}

.font_40b {
    font-weight: bold;
    font-size: 40px;
}

.line_h130 {
    line-height: 130%;
}
.line_h150 {
    line-height: 150%;
}
.line_h180 {
    line-height: 180%;
}

.bg_color {
    background-color: #f9f9f9;
}

.border {
    border: 1px solid #999;
}
.bg {
    background-color: #78231C;
}
.bg-1 {
    background-color: #f8f8f8;
}
.bg-white {
    background-color: #fff;
}
.main-news {
    padding: 30px 0;
    background-color: #fff;
}
/* 省略显示 */
.ellipsis {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* line-height: 60rpx; */
}

.head_top {
    width: 100%;
    height: 160px;
    background: url(../images/logo1.png) no-repeat;
    background-position: left center;
    display: flex;
}
.head_logo {
    width: 360px;
    height: 150px;
}
.sou_box {
    margin-left: auto;
    margin-top: 5px;
    width: 350px;
    display: flex;
}
    .sou_box input[type="text"] {
        margin: 0;
        display: inline-block;
        padding: 1px 0 0 35px;
        height: 38px;
        width: 250px;
        background: url(../images/sou.png) no-repeat 6px 6px;
        /*border: none;*/
        border: 2px solid #78231C;
        border-radius: 8px 0 0 8px;
        background-color: #fff;
        vertical-align: top;
        color: #666;
    }
    .sou_box input[type="text"]:focus {
        outline: none;
    }
    .sou_box input[type="submit"] {
        width: 90px;
        height: 38px;
        background-color: #78231C;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        border: none;
        border-radius: 0 8px 8px 0;
    }

.nav-bg {
    background-color: #78231C;
}

.navWrap {
    width: 100%;
    height: 55px;
    background-color: #78231C;
    /*opacity: 0.85; */
    position: sticky;
    top: 0;
    z-index: 100;
}
    .navWrap .container {
        padding: 0;
    }
.nav {
    margin: 0 auto;
    *position: relative;
    *z-index: 100;
    font-size: 16px;
    letter-spacing: 2px;
   /* border: 1px solid #000;*/
}

    .nav ul {
        padding: 0;
        margin: 0;
        width: 100%;
        /* height: 55px;
        overflow: hidden;*/
    }

    .nav li {
        display: block;
        margin: 0;
        padding: 0;
        float: left;
        width: 11%;
        height: 55px;
        line-height: 55px;
        position: relative;
        /*overflow:hidden;*/
        /* border: 1px solid #000;*/
    }
        .nav li a {
            color: #FFF;
            display: block;
            text-align: center;
            font-weight: 800;
            /*width: 100%;*/
            overflow: hidden;
            white-space: nowrap;
        }

    .nav ul li a:hover {
        display: block;
        color: #fff;
        background: #b30216;
    }
    .nav dl {
        background-color: #78231C;
        position: absolute;
        top: 55px;
        /*left: 0px;*/
        z-index: 9999;
    }
    .nav dl.chang {
    }
    .nav dl dd {
        margin: 0;
    }
    .nav dl dd a {
        color: #fff;
        height: 50px;
        line-height: 50px;
        width: 168px;
        font-weight: 200;
    }

    .nav dl dd a:hover {
        color: #fff;
        background: #7a000d;
        background-color: #B30216;
        width: 168px
    }

/*.my-nav {
}
.my-nav li {
    float: left;
    list-style-type: none;    
}
.my-nav a {
    letter-spacing: 2px;
    display: block;
    margin: 0.5rem 1.0rem;
    color: #fff;
    font-weight: bold;
    font-size: 20px;    
}
    .my-nav a:hover {
        color: #CE4A40;
    }*/
.yqlink {
    clear: both;
    background-color: #4a4a4a;
    opacity: 0.85;
}
.yqlink-box {
    width: 100%;
    padding-bottom: 25px ;
    display: flex;
    flex-wrap: nowrap;
}
    .yqlink-box .tit2 {
        font-size: 22px;
        font-weight: 800;
        color: #fff;
    }

    .yqlink-box .tit2-1 {
        color: #5F5F5F;
        font-size: 18px;
        font-weight: 600;
        vertical-align: bottom;
    }
.yqlink-tit {
    display: block;
    padding-top: 6px;
    /*width: 200px;*/
    width: 13%;
    color: #d4d4d4;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
   /* border: 1px solid #999;*/
}
.yqlink ul {
    width: 87%;
   /* width: 1300px;*/
    margin: 0;
    padding: 0;
   /* display: flex;
    flex-wrap: wrap;*/
    /*justify-content: center;*/
    /* align-items: center; */
   /*border: 1px solid #eee;*/
}

    .yqlink li {
        list-style-type: none;
        display:inline-block;
    }
.yqlink a {
    /*letter-spacing: 2px;*/
    display: block;
    margin: 0.3rem 1.0rem;
    color: #B4B4B4;
    /*font-weight: bold;*/
    font-size: 15px;
}
        .yqlink a:hover {
            color: #B30216;
        }
.yqlink1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    /*border: 2px solid #78231C;*/
}
    .yqlink1 .btn-danger {
        width: 200px;
        color: #fff;
        background-color: #78231C;
        border-color: #78231C;
        /* background-color: #dc3545;
        border-color: #dc3545;*/
    }
    .yqlink1 .dropdown-toggle::after {
        display: inline-block;
        margin-left: 3em;
    }

    .foot_bg1 {
        background-color: #f0f0f0;
        color: #666;
        font-size: 18px;
        font-weight: bold;
        line-height: 160%;
    }

.foot_bg2 {
    clear: both;
    /*background-color: #2a2a2a;*/
    background-color: #591B15;
    opacity: 0.8;
}
    .foot_bg2 .foot_content {
        display: flex;
        justify-content: center;
        align-items: center;
        letter-spacing: 1px;
        padding: 3rem 0;
        color: #aaa;
    }
.foot_content img {
    width: 120px;
    height:120px;
}
.foot_content .img1 img {
    width: 90px;
    height: 90px;
}
    .foot_content .img1 div {
        padding: 2px;
        text-align:center;
        font-size: 12px;
    }
.foot_content p {    
    margin: 0 50px;
    font-size: 15px;
    line-height: 200%;    
}

/* 首行缩进两个字符 */
.indent {
    text-indent: 2em
}

.flex-start {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.flex-start1 {
    display: flex;
    /*justify-content: flex-start;
    align-items: center;*/
}
/* 两端对齐，项目间间距相等 */
.flex-between {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* 两端为间距的一半，项目间间距相等 */
.flex-around {
    display: flex;
    justify-content: space-around;
    align-items: center;
}


.path_bg {
    /*background-color: #f0f0f0;*/
    background-color: #ddd;
    opacity: 0.8;
    color: #333;
}
.path_bg a, .path_bg span {
    padding: 0 8px;
}
.path_bg img{    
    width: 18px;
    height: 18px;
    vertical-align: top;
}
.news {
    text-align: center;
}
.news_title {
    display: block;
    padding: 1.5rem;
    font-size: 26px;
    font-weight: bold;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #ccc;
}
.news_time {
    padding: 10px;
    font-size: 13px;
    color: #ccc;  
    text-align:center;
}
.news_content {
    display: block;
    padding: 1.5rem;
    text-align: justify !important;
    line-height: 180%;
    min-height: 400px;
}
.news_content img {
    max-width: 100%;
    height: auto;
}
.news_pre-next {
    clear:both;
    display:inherit;
    margin: 30px; 
}
.news_pre-next lable {
    color: #333;
    font-size: 15px;
    font-weight:800;
}
.news_pre-next ul {
    margin: 0;
    padding: 0;
}
    .news_pre-next li {
        list-style-type: none;
        line-height: 180%;
        letter-spacing: 2px;        
    }
.news-close {
    clear:both;
    text-align:right;
    font-weight:800;
}

.lm {
    /*width: 250px;*/
    font-size: 20px;
    text-align: center;
    letter-spacing: 2px;
    white-space: nowrap;
    overflow: hidden;
   /* background-color: #f9f9f9;*/
    background-color: #F4EEEE;
}
    .lm .tit {
        color: #fff;
        background-color: #78231C;
        line-height: 80px;
        font-weight: bold;
    }
    .lm ul {
        margin: 0;
        padding: 0;
    }
    .lm li {
        list-style-type: none;
        line-height: 60px;
        border-bottom: 1px dotted #DECDCC;
    }
        .lm li a {
            display: block;
            padding: 0 15px;
            font-size: 20px;
            font-weight: 600;
        }
            .lm li a:hover, .lm li .active {
                display: block;
                color: #fff;
                font-weight: bold;
                background-color: #B30216;
            }

/*nlist*/
.nlist {
    min-height: 500px;
}
    .nlist ul {
        margin: 0;
        padding: 0;
    }
    .nlist li {
        list-style-type: none;
        margin: 1rem 0.5rem;
        line-height: 50px;
        /* letter-spacing: 2px;*/
        border-bottom: 1px dotted #ccc;
        display: flex;
        justify-content: space-between;
        /*align-items: center;*/
    }
        .nlist li a {
            display: block;
            width: 85%;
            /*max-width: 700px;*/
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .nlist li a::before {
            content: "";
            display: inline-block;
            width: 4px;
            height: 4px;
            background-color: #999;
            border-radius: 50%;
            margin-right: 10px;
            vertical-align: middle;
        }
        /*.nlist li span {
            width: 90px;
            font-size: 14px;
            color: #EDB3AD;
            white-space: nowrap;
            text-align:right;
        }*/
        .nlist li .date {
            width: 15%;
            padding: 0 5px;            
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            color: #78231C;
        }
.nlist li .date b {
    font-size: 18px;
    line-height: 22px;
}

            .nlist li .date span {
                font-size: 13px;
                line-height: 22px;
                color: #EDB3AD;
            }

/*nlist-sou*/
.nlist-sou {
    min-height: 500px;
    padding: 1.5rem;
}
.nlist-sou-key {
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 800;
    color: #000;
    text-align: center;
}
    .nlist-sou-key span {
        color: #dc3545;
    }
    .nlist-sou ul {
        margin: 0;
        padding: 0;
    }

    .nlist-sou li {
        list-style-type: none;
        padding: 1.5rem 0;
        /*line-height: 50px;*/
        letter-spacing: 2px;
        border-bottom: 1px dotted #ccc;
        /*display: flex;
        justify-content: space-between;*/
        /*align-items: center;*/
    }

        .nlist-sou li a {
            display: block;
            padding-bottom: 10px;
            font-size: 17px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
    .nlist-sou div {
        display: block;
        padding-bottom: 10px;
        text-indent: 2em;
        line-height: 180%;
        /*overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;*/
    }

        .nlist-sou li span {
            font-size: 13px;
            color: #aaa;
            white-space: nowrap;
        }

/*分页*/
.pages {
    margin-top: 30px;
    height: 50px;
    line-height: 50px;
    color: #666;
    text-align: center;
}
    .pages .p_no_d, .pages .p_fun_d {
        padding: 8px 15px;
        text-decoration: none;
        border: 1px solid #ddd;
        background: #fff;
        margin: 0 2px;
        color: #ccc;
    }

    .pages a{
        padding: 8px 15px;
        text-decoration: none;
        border: 1px solid #ddd;
        background: #fff;
        margin: 0 2px;
        color: #000;
    }

    .pages a:hover {
        background-color: #E61636;
        color: #fff;
        border: 1px solid #E61636;
        text-decoration: none;
    }

.news-box {
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    /*width: 366px;*/
    width: 100%;
    height: 450px;
    border-radius: 6px;
    background-color: #fff;
    border: 2px solid #fff;
    overflow: hidden;
    box-shadow: 0 0 10px #bbb;
}
    /*.news-box:: after {
        margin: 0;
        border: 1px solid #f00;
    }*/

.news-box-img {
    width: 100%;
    height: 240px;
    overflow: hidden;
}
.news-box img {
    width: 100%;
    height: 240px;
    transition: transform 0.8s ease;
}
.news-box img:hover {
    transform: scale(1.1);
}
.news-box:hover {
    /* background-color: #78231C;*/
   /* border: 2px solid #B30216;*/
    /* background: url(../images/box-bg2.jpg) no-repeat bottom right;
    color: #fff;*/
}

.news-box .title {
    margin: 20px 15px;
    font-size: 18px;
    font-weight: 800;
    color: #555;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.news-box .remark {
    padding: 0 15px;
    font-size: 15px;
    line-height: 24px;
    color: #888;
    height: 70px;
    overflow: hidden;
}
.news-box .time {
    margin: 10px 15px;
    font-size: 14px;
    line-height: 22px;
    color: #EDB3AD;
    background: url(../images/time.png) no-repeat;
    background-position: left center;
    padding-left: 1.3rem;
}
.news-box:hover .title {
    color: #78231C;
}

.news-box1 {
    /*display: inline-block;*/
    margin: 0 15px 30px 15px;
    padding: 0;
    /* width: 488px;*/
    width: 100%;
    height: 470px;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #ddd;
    opacity: 0.8;
    overflow: hidden;
}
    .news-box1 .title {
        margin: 20px 15px;
        font-size: 18px;
        font-weight: 800;
        color: #555;
        line-height: 25px;
        height: 50px;
        overflow: hidden;
    }

    .news-box1 .remark {
        padding: 0 15px;
        font-size: 15px;
        line-height: 24px;
        color: #888;
        height: 70px;
        overflow: hidden;
    }
    .news-box1:hover {
        /* background-color: #78231C;*/
        background: url(../images/box-bg1.jpg) no-repeat bottom right;
        color: #fff;
        opacity: 0.8;
    }
    .news-box1:hover .title {
        color: #fff;        
    }
    .news-box1:hover .remark {
        color: #ccc;
    }
.news-box1-img {
    width: 100%;
    height: 280px;
    overflow: hidden;
}
    .news-box1 img {
        width: 100%;
        height: 280px;
        transition: transform 0.8s ease;
    }
    .news-box1 img:hover {
        transform: scale(1.1);
    }

.ntitle1 {
    padding: 20px;
}
    .ntitle1 .tit {
        font-size: 24px;
        font-weight: 800;
        color: #78231C;
    }   
    .ntitle1 .tit-1 {
        color: #F3CDC9;
        /*color: #C8C8C8;*/
        font-size: 18px;
        font-weight: 600;
        vertical-align: bottom;
    }   
a.a_tit {
    font-size: 13px;
    color: #666;
}
    a.a_tit:hover {
        font-size: 13px;
        color: #B30216;        
    }
.nlist1 {
    width: 100%;
    padding: 30px;
    /*border: 1px solid #ddd;*/
    border-radius: 6px;
    box-shadow: 0 0 10px #999;
    background-color: #fff;
    opacity: 0.8;
}
    .nlist1 ul {
        margin: 0;
        padding: 0;
    }
    .nlist1 li {
        list-style-type: none;
        /*padding: 15px 5px;*/
        /*display: flex;
        justify-content: space-between;
        align-items: center;*/
        border-bottom: 1px dotted #ccc;
    }
.nlist1 ul li.on .nlist1-a {
    display: none;
}

.nlist1 ul li .nlist1-b {
    display: none;
}

    .nlist1 ul li.on .nlist1-b {
        display: block;
        width: 100%;
        padding: 20px 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-image: linear-gradient(to right, #fff, #78231C);
        color: #B30216;
    }

.nlist1-a {
    display: block;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .nlist1-a a {
        display: block;
        width: 82%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        letter-spacing: 1px;       
    }

    .nlist1-a span {
        font-size: 13px;
        color: #666;
    }
.nlist1-a a::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #999;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
}

.nlist1-b a {
    display: block;
    width: 82%;
}
    .nlist1-b a .tit {
        font-size: 16px;
        font-weight: bold;
        text-overflow: ellipsis;
        white-space: nowrap;
        letter-spacing: 1px;
        /*color: #B30216;*/
        color: #000;
        overflow: hidden;
    }

    .nlist1-b a .info {
        padding: 15px 0;
        font-size: 14px;
        line-height: 24px;
        color: #555;
        height: 60px;
        overflow: hidden;
    }
        .nlist1 li .date {
            padding: 10px 3px;
            width: 70px;
            display: flex;
            flex-direction: column;
            align-items: center;
            /*background-color: #F8E6E4;*/
            background-color: #F0F0F0;
            color: #78231C;
            border: 1px solid #ddd;
            border-radius: 5px;
        }
        .nlist1 li .date b {
            font-size: 26px;
            line-height: 40px;
        }
        .nlist1 li .date span {
            font-size: 12px;
            line-height: 14px;
        }

.nlist2 {
    width: 100%;
    padding: 30px;
    /*border: 1px solid #ddd;*/
    border-radius: 6px;
    box-shadow: 0 0 10px #999;
    background-color: #78231C;
    opacity: 0.8;
}
.nlist2 ul {
    margin:0;
    padding: 0;
}

.nlist2 li {
    list-style-type: none;
    /*padding: 15px 0px;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dotted #DECDCC;   
}
    .nlist2 ul li.on .nlist2-a {
        display: none;
    }
    .nlist2 ul li .nlist2-b {
        display: none;
    }
    .nlist2 ul li.on .nlist2-b {
        display: block;
        width: 100%;
        padding:  20px 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        /*background: #fff;*/
        background-image: linear-gradient(to right, #78231C, #fff);
        transition: width 2s;
    }
.nlist2-a {
    display: block;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}
    .nlist2-a a {
        display: block;
        width: 82%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        letter-spacing: 1px;
        color: #fff;
    }
.nlist2-a  span {
    font-size: 13px;
    color: #aaa;
}
.nlist2-b a {
    display: block;
    width: 82%;
}
    .nlist2-b a .tit {
        font-size: 16px;
        font-weight: bold;
        text-overflow: ellipsis;
        white-space: nowrap;
        letter-spacing: 1px;
        color: #fff;
        overflow: hidden;        
    }
    .nlist2-b a .info {
        padding: 15px 0;
        font-size: 14px;
        line-height: 24px;
        color: #aaa;
        height: 60px;
        overflow: hidden;        
    }
    .nlist2-a a::before {
        content: "";
        display: inline-block;
        width: 4px;
        height: 4px;
        background-color: #fff;
        border-radius: 50%;
        margin-right: 8px;
        vertical-align: middle;
    }
.nlist2 li .date {
    width: 70px;
    height: 80px;
    /*background-color: #fbca7c;*/
    /*background-image: radial-gradient(#fff 5%, #fbca7c 60%);*/
    color: #78231C;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(../images/date-bg.png) center no-repeat;
    background-size: cover;
    /*clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);*/
}
/*.nlist2 li .date {
    padding: 10px 3px;
    width: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F4EEEE;
    color: #78231C;
    border: 1px solid #bbb;
    border-radius: 5px;
}*/
.nlist2 li .date b {
    font-size: 26px;
    line-height: 30px;
}

.nlist2 li .date span {
    font-size: 12px;
    line-height: 16px;
}

#downPage {
    padding: 10px 20px 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /* bottom: .35rem;*/
    bottom: 25px;
    z-index: 16;
    cursor: pointer;
    /*background-color: #78231C;*/
}
#downPage img {
    display: block;
    animation: bb 3s linear 1s infinite;
}
@keyframes bb {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }
    20% {
        transform: translate(0, 3px);
        opacity: 1;
    }
    80% {
        transform: translate(0, 10px);
        opacity: 1;
    }
    90% {
        transform: translate(0, 10px);
        opacity: 0;
    }
    100% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }
}
.carousel-indicators1 {
    bottom: 20px;
    margin-right: 0;
    margin-left: 25%;
}    
    .carousel-indicators1 li {
        width: 15px;
        height: 15px;
        margin-left: 25px;
        border-radius: 50%;
    }
#carousel1 a {
    display: block;
    width: 100%;
    height: 100%;
}
.carousel-item img {
    width: 100%;
    height: 600px;
}
#head {
    width: 100%;
    position: relative;
    z-index: 21;
}
#main {
    width: 100%;
    position: absolute;
    z-index: 20;
    background-color: #fff;   
}